What should be DefaultLocation property of VS2010 setup to install application in C:\Users\[username
Posted
by Michael
on Stack Overflow
See other posts from Stack Overflow
or by Michael
Published on 2010-05-26T17:18:07Z
Indexed on
2010/05/26
17:21 UTC
Read the original article
Hit count: 163
I have to install windows service using Visual Studio. Target location for the install is handled by “DefaultLocation” property in Visual Studio setup project. I had used [AppDataFolder] tag to install the application. As the result, it has been installed in “C:\Users[username]\AppData*Roaming*” folder. I can not figure out how to modify “DefaultLocation” property in such a way that application will be installed in C:\Users[username]\AppData*Local* folder. Any idea how to accomplish that?
© Stack Overflow or respective owner